home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software Vault: The Games Collection 1
/
software vault.zip
/
software vault
/
CDR03
/
XWEMPIRE.ZIP
/
TOD1REST.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-08-28
|
1KB
|
62 lines
@echo off
echo Reseting XWING missions TOD 1, 1-12...
copy flight.ori flight.ovl
cd mission
copy defect.owi defect.xwi
copy defect.orf defect.brf
copy id-recon.owi id-recon.xwi
copy id-recon.orf id-recon.brf
copy wxrgard1.owi wxrgard1.xwi
copy wxrgard1.orf wxrgard1.brf
copy wxprot2.owi wxprot2.xwi
copy wxprot2.orf wxprot2.brf
copy attackxy.owi attackxy.xwi
copy attackxy.orf attackxy.brf
copy max13.owi max13.xwi
copy max13.orf max13.brf
copy max10.owi max10.xwi
copy max10.orf max10.brf
copy attack3.owi attack3.xwi
copy attack3.orf attack3.brf
copy sullust.owi sullust.xwi
copy sullust.orf sullust.brf
copy ack-hard.owi ack-hard.xwi
copy ack-hard.orf ack-hard.brf
copy cygnus.owi cygnus.xwi
copy cygnus.orf cygnus.brf
copy max20.owi max20.xwi
copy max20.orf max20.brf
del defect.owi
del defect.orf
del id-recon.owi
del id-recon.orf
del wxrgard1.owi
del wxrgard1.orf
del wxprot2.owi
del wxprot2.orf
del attackxy.owi
del attackxy.orf
del max13.owi
del max13.orf
del max10.owi
del max10.orf
del attack3.owi
del attack3.orf
del sullust.owi
del sullust.orf
del ack-hard.owi
del ack-hard.orf
del cygnus.owi
del cygnus.orf
del max20.owi
del max20.orf
cd ..
cd resource
copy missions.eri missions.lfd
copy title.eri title.lfd
del missions.eri
del title.eri
echo XWING missions TOD 1, 1-12 have been restored.